YNQ  YNQ-1.5.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Initialization and Shutdown

Macros

#define NQ_CLIENT   0x1
 
#define NQ_SERVER   0x2
 
#define NQ_NDDAEMON   0x4
 

Functions

NQ_STATUS cmInit (NQ_UINT32 component)
 
void cmExit (NQ_UINT32 component)
 

Detailed Description

Macro Definition Documentation

#define NQ_CLIENT   0x1

Client component

#define NQ_SERVER   0x2

Server component

#define NQ_NDDAEMON   0x4

NetBIOS daemon component

Function Documentation

NQ_STATUS cmInit ( NQ_UINT32  component)

This function starts the Common Module

Parameters
componentOne of the following: NQ_CLIENT, NQ_NDDAEMON, NQ_SERVER
Returns
This function return NQ_SUCCESS if module was started successfully or NQ_FAIL otherwise.
See Also
cmExit()
void cmExit ( NQ_UINT32  component)

This function performs the shutdown of the Common Module

Parameters
componentOne of the following: NQ_CLIENT, NQ_NDDAEMON, NQ_SERVER
See Also
cmInit()